home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / pret.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.4 KB  |  94 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Source Formatter
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Bill Toscano, Michael Gordon
  7. --                   : Intermetrics, Inc, 
  8. --                   : 733 Concord Ave
  9. --                   : Cambridge, MA 02138 
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics, Inc. 
  14. -- DATE CREATED      : 15 September 1985 
  15. -- DATE RELEASED     : 5 April 1985 
  16. -- DATE LAST UPDATED : 17 March 1985 
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  21. -- CATEGORY LEVEL 2  : PRETTY PRINTERS
  22. -- CATEGORY LEVEL 3  : Pretty Printer 4
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Pretty Printer
  26. -- INDEX             : Ada Pretty Printer
  27. -- INDEX             : Pretty Printer, Ada
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : WIS_TOOL_05_1_1
  31. -- SEE ALSO          : ABSTRACT
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.PRETTY-PRINTERS>PRET*.*
  34. -- FILE SPECS        : PD:<ADA.COMPONENTS>ABSTRACT.*
  35. -- DIRECTORY DISPLAY :
  36. -- Directory   PD:<ADA.PRETTY-PRINTERS>
  37. --      File Name     Byte Count  Line Count
  38. --   ---------------  ----------  ----------
  39. --   PRET.CMM               1340          35
  40. --   PRET.CO                 165          13
  41. --   PRET.DOC              73494        2430
  42. --   PRET.PRO               3677          74
  43. --   PRET.SRC             334770        7122
  44. --   PRET.TST              12901         504
  45. --   PRETABS.CO              622          54
  46. --   PRETABS.NOT             236           5
  47. --   PRETDIS.DOC             100           9
  48. --   PRETREAD.ME            4606         105
  49. --   PRETTEST.DIS            150          14
  50. --   PRETUPD.SRC          228450        4234
  51. --   ===============  ==========  ==========
  52. --    12 Files            660511       14599
  53. -- Directory   PD:<ADA.COMPONENTS>
  54. --      File Name     Byte Count  Line Count
  55. --   ---------------  ----------  ----------
  56. --   ABSTRACT.CMM           2263          57
  57. --   ABSTRACT.CO            2657          51
  58. --   ABSTRACT.PRO           3334          74
  59. --   ABSTRACT.SRC         572620       17976
  60. --   ===============  ==========  ==========
  61. --     4 Files            580874       18158
  62. --= ABSTRACT             ===============================================--
  63. --         The standard format of source code listed with this tool shall
  64. -- be the format used in the Ada LRM.  Options shall allow  the  user  to
  65. -- specify  the  number of spaces per indent level, the form for printing
  66. -- categories of key words and identifiers (eg, upper case,  lower  case,
  67. -- etc.),  and  similiar parameters which can be varied without deviating
  68. -- from the LRM.
  69. --= REVISION HISTORY     ===============================================--
  70. --
  71. -- DATE         VERSION AUTHOR                  HISTORY 
  72. -- 03/85        1.0  Bill Toscano               Initial Release 
  73. --= RELEASE NOTICE       ===============================================--
  74. -- This prologue must be included in all copies of this software.
  75. -- 
  76. -- This software is copyright by the author.
  77. -- 
  78. -- This software is released to the Ada community.
  79. -- This software is released to the Public Domain (note:
  80. --   software released to the Public Domain is not subject
  81. --   to copyright protection).
  82. -- Restrictions on use or distribution:  NONE
  83. --= DISCLAIMER           ===============================================--
  84. --     This software and its documentation are provided "AS IS" and
  85. -- without any expressed or implied warranties whatsoever.  No warranties
  86. -- as to performance, merchantability, or fitness for a particular
  87. -- purpose exist.
  88. --     The user is advised to test the software thoroughly before
  89. -- relying on it.  The user must assume the entire risk and liability of
  90. -- using this software.  In no event shall any person or organization of
  91. -- people be held responsible for any direct, indirect, consequential or
  92. -- inconsequential damages or lost profits.
  93. --======================================================================--
  94.